Skip to content

Conversation

@Liana2707
Copy link
Contributor

No description provided.

*/
fun getTables(path: String): List<Table>{

val workingDirPath = System.getProperty("user.home") + "/map"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

when (direction) {
LEFT -> sideTexts.removeAt(1)
RIGHT -> sideTexts.removeAt(0)
else -> {}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

<properties>
<java.version>11</java.version>
<kotlin.version>1.5.31</kotlin.version>
<kotlin.version>1.6.21</kotlin.version>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

when (direction) {
Direction.LEFT -> sideWords.removeAt(1)
Direction.RIGHT -> sideWords.removeAt(0)
else -> {}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?


data class Cell(
val page: Int,
val cellText: MutableList<String>,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

RULE_LITLINK,
TABLE_RULE,

/*RULE_LITLINK,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?


data class Line(val index: Int, val page: Int, val documentIndex: Int,
val text: List<Word>, var area: PDFArea? = null
val text: List<Word>, var area: PDFArea? = null, var endPosition: Coordinate
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

}.getRule()

val TABLE_RULE = TableRuleBuilder()
.called("Все клетки")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

import os
import sys
from pathlib import Path
sys.path.insert(0, '../src')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

import io.kotest.inspectors.forAll
import io.kotest.matchers.shouldBe

/*
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants